Skip to content

InverseGaussian: Improve quantile behaviour.#1395

Merged
jzmaddock merged 6 commits intodevelopfrom
issue1392
May 9, 2026
Merged

InverseGaussian: Improve quantile behaviour.#1395
jzmaddock merged 6 commits intodevelopfrom
issue1392

Conversation

@jzmaddock
Copy link
Copy Markdown
Collaborator

Provide a better initial guess for the root, and bracket the root to avoid shooting off to infinity. Fixes: #1392 Refs: scipy/scipy#25096

Provide a better initial guess for the root, and bracket the root to avoid shooting off to infinity.
Fixes: #1392
Refs: scipy/scipy#25096
@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.35%. Comparing base (cbe8b58) to head (90530b3).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1395   +/-   ##
========================================
  Coverage    95.35%   95.35%           
========================================
  Files          825      825           
  Lines        68203    68223   +20     
========================================
+ Hits         65033    65054   +21     
+ Misses        3170     3169    -1     
Files with missing lines Coverage Δ
...lude/boost/math/distributions/inverse_gaussian.hpp 85.33% <100.00%> (+1.19%) ⬆️
include/boost/math/tools/roots.hpp 86.86% <ø> (ø)
test/test_inverse_gaussian.cpp 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cbe8b58...90530b3. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jzmaddock jzmaddock merged commit f49ab98 into develop May 9, 2026
75 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inverse gaussian quantile poorly written

1 participant